home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / printgrf / readme.txt < prev   
Text File  |  1994-11-21  |  892b  |  18 lines

  1. PrintGraph
  2.  
  3. By Scott Fitzenrider
  4.  
  5. PrintGraph is FREEWARE.  You may modify and use it as you find fit, but it may
  6. not be resold or used in any way to make a profit.  If you do use it, some
  7. credit would be appreciated.  You are encouraged to send your
  8. comments/suggestions to:
  9.  
  10. Flounder99@aol.com
  11.  
  12. PrintGraph is a handy function that uses the Windows API to print a graph or a 
  13. picture box that contains a Windows Metafile (*.WMF).  The parameters it accepts
  14. are the graph or picture box control the upper left corner and the lower left corner
  15. of the area on the page where the graph is to be printed. The coordinates MUST be in
  16. Pixels.  The graph will maintain the shape displayed on the screen and will be scaled 
  17. to fit the destination box on the printed page. I resize the control to the shape I 
  18. want, call the function, and then return the control to its original size.